@import url("http://www.jq22.com/jquery/font-awesome.4.6.0.css");
@charset "utf-8";
/*************************************
* 文件名称：common.css
* 作   者：界面设计制作部
* 创建日期：2017-11-11
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 公用样式文件
*************************************/
a {
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
a {
  outline:none;
  blr:expression(this.onFocus=this.blur());
}
@keyframes gWelCnta{
  0% {
    transform: rotate(0);
  }
  70% {
    transform: rotate(360deg);
  }
  80% {
    transform: rotate(350deg);
  }
  95% {
    transform: rotate(370deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  80% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes yun1 {
  0% {
    margin-left: -280px;
  }
  50% {
    margin-left: -320px;
  }
  100% {
    margin-left: -280px;
  }
}
@keyframes yun2 {
  0% {
    margin-left: 105px;
  }
  50% {
    margin-left: 135px;
  }
  100% {
    margin-left: 105px;
  }
}
@keyframes yun3 {
  0% {
    margin-left:-425px;
  }
  50% {
    margin-left:-465px;
  }
  100% {
    margin-left:-425px;
  }
}
@keyframes yun4 {
  0% {
    margin-left:245px;
  }
  50% {
    margin-left:275px;
  }
  100% {
    margin-left:245px;
  }
}
@keyframes yun5 {
  0% {
    margin-left: -300px;
  }
  50% {
    margin-left: -340px;
  }
  100% {
    margin-left: -300px;
  }
}
@keyframes yun6 {
  0% {
    margin-left: 122px;
  }
  50% {
    margin-left: 152px;
  }
  100% {
    margin-left: 122px;
  }
}
@keyframes pulse2 {
  from {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(0.95, 0.95, 0.95);
  }
}
.screen_0 .p_bgBox  {

  z-index: 1;
}

@keyframes jiantou {
  0% {
    padding-top:2px;
    opacity:0.4;}

  100% {padding-top:50px;opacity:1;
}




/*顺时针*/
.dh_nr .sp_logo{
  width:180px;
  height:222px;
  margin:0 auto;
  display:block;
  position: absolute;
  left:50%;
  top:20px;
  margin-left:-90px;
}
.dh_nr .sp_logo img {
  width:100%;
  height:100%;
}
.dh_nr .sp_yin{
  width:25px;
  height:50px;
  margin:0 auto;
  display:block;
  position: absolute;
  left:50%;
  top:40px;
  margin-left:5px;
}
.dh_nr .sp_yin img {
  width:100%;
  height:100%;
}
.dh_nr .sp_yun_l{
  width:180px;
  height:42px;
  margin:0 auto;
  display:block;
  position: absolute;
  left:50%;
  top:60px;
  margin-left:0px;
}
.dh_nr .sp_yun_l img{
  width:100%;
  height:100%;
  -webkit-animation: yun3 5s infinite ease-in-out 1s;
  -ms-animation: yun3 5s infinite ease-in-out 1s;
  animation: yun3 5s infinite ease-in-out 1s;
}
.dh_nr .sp_yun_r{
  width:122px;
  height:22px;
  margin:0 auto;
  display:block;
  position: absolute;
  left:50%;
  top:220px;
  margin-left:0px;
}
.dh_nr .sp_yun_r img{
  width:100%;
  height:100%;
  -webkit-animation: yun4 5s infinite ease-in-out 1s;
  -ms-animation: yun4 5s infinite ease-in-out 1s;
  animation: yun4 5s infinite ease-in-out 1s;
}
/*************************************
* 第一屏样式
*************************************/
.sp_nr{
  width:100%;
  height:100%;
  display:block;
  position:relative;
}
.sp_nr .sp_dw{
  width:400px;
  height:400px;
  margin:0 auto;
  display:block;
  animation-name:fadeInUp;
  animation-direction: normal;
  animation-duration: 2s;
  animation-delay: 0.5s;
}
.sp_nr .sp_dw img {
  -webkit-animation:circle2 30s infinite linear;
  /*匀速 循环*/
}
@-webkit-keyframes circle2{
  0%{
    transform:rotate(-360deg);
  }
  100%{
    transform:rotate(0deg);
  }
}
/*顺时针*/
.sp_nr .sp_logo{
  width:300px;
  height:370px;
  margin:0 auto;
  display:block;
  position: absolute;
  left:60%;
  top:60px;
  margin-left:-150px;
  animation-name: fadeInUp;
  animation-direction: normal;
  animation-duration: 2s;
  animation-delay: 0.8s;
}
.sp_nr .sp_yin{
  width:48px;
  height:48px;
  margin:0 auto;
  display:block;
  position: absolute;
  left:50%;
  top:60px;
  margin-left:5px;
  animation-name:bounceInDown;
  animation-direction: normal;
  animation-duration: 2s;
  animation-delay: 1s;
}
.sp_nr .sp_yun_l{
  width:180px;
  height:42px;
  margin:0 auto;
  display:block;
  position: absolute;
  left:50%;
  top:60px;
  margin-left:0px;
  animation-name:fadeInLeft;
  animation-direction: normal;
  animation-duration: 2s;
  animation-delay: 1.2s;
}
.sp_nr .sp_yun_l img{
  width:100%;
  height:100%;
  -webkit-animation: yun3 5s infinite ease-in-out 1s;
  -ms-animation: yun3 5s infinite ease-in-out 1s;
  animation: yun3 5s infinite ease-in-out 1s;
}
.sp_nr .sp_yun_r{
  width:122px;
  height:22px;
  margin:0 auto;
  display:block;
  position: absolute;
  left:50%;
  top:320px;
  margin-left:0px;
  animation-name: fadeInRight;
  animation-direction: normal;
  animation-duration: 2s;
  animation-delay: 1.2s;
}
.sp_nr .sp_yun_r img{
  width:100%;
  height:100%;
  -webkit-animation: yun4 5s infinite ease-in-out 1s;
  -ms-animation: yun4 5s infinite ease-in-out 1s;
  animation: yun4 5s infinite ease-in-out 1s;
}
.sp_nr .sp_tb{
  width:420px;
  height:92px;
  margin:0 auto;
  padding-top:60px;
}
.sp_nr .sp_tb .tb{
  width:80px;
  height:92px;
  display:block;
  float:left;
  margin:0px 30px;
  font-size:0px;
}
.sp_nr .sp_tb .tb01{
  background-image:url(/img/ban_tb1_01.png);
  background-repeat:no-repeat;
  background-position:center center;
  animation-name:fadeInLeft;
  animation-direction: normal;
  animation-duration: 2s;
  animation-delay: 1.5s;
}
.sp_nr .sp_tb .tb01:hover{
  background-image:url(/img/ban_tb1_02.png);
  transition:all 1s ease 0s;
  -o-transition:all 1s ease 0s;
  -moz-transition:all 1s ease 0s;
  -webkit-transition:all 1s ease 0s;
}
.sp_nr .sp_tb .tb02{
  background-image:url(/img/ban_tb2_01.png);
  background-repeat:no-repeat;
  background-position:center center;
  animation-name: bounceInUp;
  animation-direction: normal;
  animation-duration: 2s;
  animation-delay: 1.6s;
}
.sp_nr .sp_tb .tb02:hover{
  background-image:url(/img/ban_tb2_02.png);
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
.sp_nr .sp_tb .tb03{
  background-image:url(/img/ban_tb3_01.png);
  background-repeat:no-repeat;
  background-position:center center;
  animation-name:fadeInRight;
  animation-direction: normal;
  animation-duration: 2s;
  animation-delay: 1.5s;
}
.sp_nr .sp_tb .tb03:hover{
  background-image:url(/img/ban_tb3_02.png);
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
/*************************************
* 第二屏样式
*************************************/
.p2_bj {
  width:100%;
  height:100%;
  display:block;
  animation-name: bounceInRight;
  animation-direction: normal;
  animation-duration: 3s;
  animation-delay: 0.5s;
}
.p2_bj .p2_l {
  float:left;
  width:50%;
  height:100%;
  display:inline-block;
}
.p2_bj .p2_l img {
  width:100%;
  height:100%;
  -webkit-animation: pulse 10s infinite ease 3.8s;
  -ms-animation: pulse 10s infinite ease 3.8s;
  animation: pulse 10s infinite ease 3.8s;
}
.p2_bj .p2_r {
  float:left;
  text-align:center;
  width:50%;
  height:100%;
  display:inline-block;
  position:relative;
  z-index:2;
  background-color: rgba(9, 37, 15, 1);
}
#c_public_htmlCode-15141811640221867 {
  height: 100%;
}
.p2_bt {
  display:block;
  margin:0 auto;
  font-size:30px;
  color:#fff;
  writing-mode:tb-rl;
  letter-spacing:6px;
  text-indent:6px;
  margin-top:18%;
  animation-name: fadeInDown;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
  width:56px;
  line-height: 54px;
  height:160px;
  position: relative;
  border:solid 1px rgba(255, 255, 255,0.2);
}


		
@keyframes fdd1 { 
  0%,100%{top:0px; left:0px;  }
  37% {top:154px; left:0px;  }
   50% {top:154px; left:49px;  }
  87% {top:0px; left:49px;  }  
}

@keyframes fdd2 { 
  0%,100%{bottom:0px; right:0px;  }
  37% {bottom:154px; right:0px;  }
   50% {bottom:154px; right:49px;  }
  87% {bottom:0px; right:49px;  }  
}

@keyframes fdd1_1 { 
  0%,100%{top:0px; left:0px;  }
  13% {top:49px; left:0px;  }
   50% {top:49px; left:153px;  }
  63% {top:0px; left:153px;  }  
}

@keyframes fdd2_1 { 
  0%,100%{bottom:0px; right:0px;  }
  13% {bottom:49px; right:0px;  }
   50% {bottom:49px; right:153px;  }
  63% {bottom:0px; right:153px;  }   
}




.sybt_zsq1:after
{
  content:'';
  width:6px;
  height:6px;
  display:block;
  position: absolute;
  top:0px;
  left:0px;
  background-color: rgba(255, 255, 255,0.4);
   animation: fdd1 10s linear infinite;
  animation-delay: 3s;
}
.sybt_zsq1:before
{
  content:'';
  width:6px;
  height:6px;
  display:block;
  position: absolute;
  bottom:0px;
  right:0px;
    background-color: rgba(255, 255, 255,0.4);
   animation: fdd2 10s linear infinite;
  animation-delay: 3s;
}
.p3_bt .sybt_zsq1:after,
.p3_bt .sybt_zsq1:before {background-color:rgba(103, 128, 88,0.4);}

.bt .sybt_zsq1:after {animation: fdd1_1 10s linear infinite;}
.bt .sybt_zsq1:before {animation: fdd2_1 10s linear infinite;}

.p2_bj .p2_r .p2_y_l{
  width: 180px;
  height: 42px;
  display: block;
  left: 50%;
  margin-top: -140px;
  margin-left: -90px;
  position: absolute;
  animation-name: fadeInLeft;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.p2_bj .p2_r .p2_y_l img{
  width:100%;
  height:100%;
  -webkit-animation: yun1 5s infinite ease-in-out 1s;
  -ms-animation: yun1 5s infinite ease-in-out 1s;
  animation: yun1 5s infinite ease-in-out 1s;
}
.p2_bj .p2_r .p2_y_r{
  width: 122px;
  height: 22px;
  display: block;
  left: 50%;
  margin-top: -40px;
  margin-left: -62px;
  position: absolute;
  animation-name: fadeInRight;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.p2_bj .p2_r .p2_y_r img{
  width:100%;
  height:100%;
  -webkit-animation: yun2 5s infinite ease-in-out 1s;
  -ms-animation: yun2 5s infinite ease-in-out 1s;
  animation: yun2 5s infinite ease-in-out 1s;
}
.p2_bj .p2_r .p2_yin{
  width: 30px;
  height: 30px;
  display: block;
  left: 50%;
  margin-top: -40px;
  margin-left: -65px;
  position: absolute;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}



.p2_bj .p2_r .p2_wz01{
  font-size:17px;
  color:#abd791;
  letter-spacing:6px;
  line-height:40px;
  padding-top:80px;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: 1.8s;
  animation-fill-mode: both;
}
.p2_bj .p2_r .p2_wz02{
  font-size:48px;
  color:#fff;
  letter-spacing:4px;
  line-height:40px;
  position: absolute;
  left:50%;
  margin-left: -78px;
  margin-top: -100px;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: 2.2s;
  animation-fill-mode: both;
}
.p2_bj .p2_r .p2_wz03{
  font-size:16px;
  color:#678058;
  letter-spacing:4px;
  line-height:30px;
  text-indent:90px;
  position: relative;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: 2.4s;
  animation-fill-mode: both;
}
.p2_bj .p2_r .p2_wz03:before{
  content: url(/img/p2_sxl.png);
  width:90px;
  height:30px;
  display:block;
  position: absolute;
  left:50%;
  margin-left:-250px;
  top:-5px;
}
.p2_bj .p2_r .p2_chaye{
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: 2s;
  animation-fill-mode: both;
}
.p2_bj .p2_r .p2_fl{
  width:328px;
  margin:0 auto;
  padding-top:35px;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: 2.6s;
  animation-fill-mode: both;
}
.p2_bj .p2_r .p2_fl .fl{
  height:60px;
  width:52px;
  float:left;
  margin:0px 15px;
  display:block;
  background-image:url(/img/p2_tbbj.png);
  background-repeat:no-repeat;
  background-position:center center;
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
.p2_bj .p2_r .p2_fl .fl:hover{
  background:url(/img/p2_tbbj1.png) no-repeat center center;
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
.p2_bj .p2_r .p2_fl .fl img {
  height:60px;
  width:52px;
  display:block;
}
.p2_bj .p2_r .p2_fl .fl:hover img{
  -moz-transform:rotateY(360deg);
  -webkit-transform:rotateY(360deg);
  -o-transform:rotateY(360deg);
  transform:rotateY(360deg);
  transition:all 1s ease 0s;
  -o-transition:all 1s ease 0s;
  -moz-transition:all 1s ease 0s;
  -webkit-transition:all 1s ease 0s;
  filter:alpha(Opacity=100);
  -moz-opacity:1;
  opacity:1;
}
/*************************************
* 第三屏样式
*************************************/
.p3_bj {
  width:100%;
  height:100%;
  display:block;
  animation-name: bounceInLeft;
  animation-direction: normal;
  animation-duration: 3s;
  animation-delay: 0.5s;
}
.p3_bj .p3_r {
  float:left;
  width:50%;
  height:100%;
  display:inline-block;
}
.p3_bj .p3_r img {
  width:100%;
  height:100%;
  -webkit-animation: pulse 10s infinite ease 3.8s;
  -ms-animation: pulse 10s infinite ease 3.8s;
  animation: pulse 10s infinite ease 3.8s;
}
.p3_bj .p3_l {
  float:left;
  text-align:center;
  width:50%;
  height:100%;
  display:inline-block;
  position:relative;
  z-index:2;
  background-color: rgba(255, 255, 255, 1);
}
#c_public_htmlCode-15142891691205793 {
  height: 100%;
}
.p3_bt {
  display:block;
  margin:0 auto;
  font-size:30px;
  color:#333;
  writing-mode:tb-rl;
  letter-spacing:6px;
  text-indent:6px;
  margin-top:18%;
  animation-name: fadeInDown;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
  width:56px;
  line-height: 54px;
  height:160px;
  position: relative;
  border:solid 1px rgba(103, 128, 88,0.4);
}
/*
.p3_bt:after
{ content:'';
width:56px;
height:160px;
position: absolute;
top:-1px;
left:-1px;
border-left:solid 1px rgba(103, 128, 88,0.6);
}
*/
.sybt_zsq1:after
{
  content:'';
  width:6px;
  height:6px;
  display:block;
  position: absolute;
  top:0px;
  left:0px;
  background-color: rgba(103, 128, 88,0.6);
}
.sybt_zsq1:before
{
  content:'';
  width:6px;
  height:6px;
  display:block;
  position: absolute;
  bottom:0px;
  right:0px;
  background-color: rgba(103, 128, 88,0.6);
}
.p3_bj .p3_l .p3_y_l{
  width: 180px;
  height: 42px;
  display: block;
  left: 50%;
  margin-top: -140px;
  margin-left: -90px;
  position: absolute;
  animation-name: fadeInLeft;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.p3_bj .p3_l .p3_y_l img{
  width:100%;
  height:100%;
  -webkit-animation: yun1 5s infinite ease-in-out 1s;
  -ms-animation: yun1 5s infinite ease-in-out 1s;
  animation: yun1 5s infinite ease-in-out 1s;
}
.p3_bj .p3_l .p3_y_r{
  width: 122px;
  height: 22px;
  display: block;
  left: 50%;
  margin-top: -40px;
  margin-left: -62px;
  position: absolute;
  animation-name: fadeInRight;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.p3_bj .p3_l .p3_y_r img{
  width:100%;
  height:100%;
  -webkit-animation: yun2 5s infinite ease-in-out 1s;
  -ms-animation: yun2 5s infinite ease-in-out 1s;
  animation: yun2 5s infinite ease-in-out 1s;
}

.p3_bj .p3_l .p3_yin{
  width: 30px;
  height: 30px;
  display: block;
  left: 50%;
  margin-top: -40px;
  margin-left: -65px;
  position: absolute;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: 1.6s;
  animation-fill-mode: both;
}



.p3_bj .p3_l .p3_wz01{
  font-size:17px;
  color:#298725;
  letter-spacing:6px;
  line-height:40px;
  font-weight:bold;
  padding-top:80px;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: 1.8s;
  animation-fill-mode: both;
}
.p3_bj .p3_l .p3_wz02{
  font-size:48px;
  color:#304A1A;
  letter-spacing:4px;
  line-height:40px;
  position: absolute;
  left:50%;
  margin-left: -154px;
  margin-top: -100px;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: 2.2s;
  animation-fill-mode: both;
}
.p3_bj .p3_l .p3_wz03{
  font-size:16px;
  color:#298725;
  letter-spacing:4px;
  line-height:30px;
  text-indent:90px;
  position: relative;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: 2.4s;
  animation-fill-mode: both;
}
.p3_bj .p3_l .p3_wz03:before{
  content: url(/img/p3_sxl.png);
  width:90px;
  height:30px;
  display:block;
  position: absolute;
  left:50%;
  margin-left:-270px;
  top:-5px;
}
.p3_bj .p3_l .p3_chaye{
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: 2s;
  animation-fill-mode: both;
}
.p3_bj .p3_l .p3_fl{
  width:372px;
  margin:0 auto;
  padding-top:35px;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: 2.6s;
  animation-fill-mode: both;
}
.p3_bj .p3_l .p3_fl .fl{
  height:60px;
  width:52px;
  float:left;
  margin:0px 5px;
  display:block;
  background-image:url(/img/p3_tbbj.png);
  background-repeat:no-repeat;
  background-position:center center;
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
.p3_bj .p3_l .p3_fl .fl:hover{
  background:url(/img/p3_tbbj1.png) no-repeat center center;
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
.p3_bj .p3_l .p3_fl .fl img {
  height:60px;
  width:52px;
  display:block;
}
.p3_bj .p3_l .p3_fl .fl:hover img{
  -moz-transform:rotateY(360deg);
  -webkit-transform:rotateY(360deg);
  -o-transform:rotateY(360deg);
  transform:rotateY(360deg);
  transition:all 1s ease 0s;
  -o-transition:all 1s ease 0s;
  -moz-transition:all 1s ease 0s;
  -webkit-transition:all 1s ease 0s;
  filter:alpha(Opacity=100);
  -moz-opacity:1;
  opacity:1;
}
/*************************************
* 第四屏样式
*************************************/
.fw00 {
  text-align:left;
  font-size:100px;
  color:#fff;
  line-height:100px;
  margin-bottom: 20px;
  float: left;
  margin-right: 100px;
}
.fw01 {
  float:left;
  -webkit-transform: skew(0deg) scaleY(1) translate(0, 0);
  -ms-transform: skew(0deg) scaleY(1) translate(0, 0);
  transform: skew(0deg) scaleY(1) translate(0, 0);
}
.fw01:before {
  content: "";
  width:1px;
  margin:0 auto;
  height:380px;
  line-height:380px;
  font-size:0px;
  display:block;
  background-color: rgba(255, 255, 255,0.2);
  margin-bottom: 0px;
  float:left;
}
.fw02 {
  text-align:center;
  font-size:50px;
  color:#fff;
  line-height:50px;
  margin-bottom: 10px;
}
.fw04 .bt {
  text-align:left;
  font-size:28px;
  color:#fff;
  writing-mode:tb-rl;
  letter-spacing:4px;
  line-height:50px;
  margin-bottom: 0px;
}
.fw04 .more{
  position:relative;
}
.fw04 .more a{
  font-size:18px;
  color:#abd791;
  display:block;
}
.fw04 .more a:hover{
  font-size:18px;
  color:#fff;
  display:block;
}
.fw04 .more:after{
  font-family: iconfont!important;
  content: '\e602';
  display:block;
  position: absolute;
  left:0;
  top:80px;
  font-size:14px;
  color:#fff;
  z-index:99px;
}
.fw04 {
  float:left;
  text-align:left;
  font-size:15px;
  color:#759264;
  writing-mode:tb-rl;
  line-height:36px;
  margin-bottom: 0px;
  padding-left:200px;
}
.strips {
  min-height: 100vh;
  text-align: center;
  overflow: hidden;
  color: white;
}
.strips__strip {
  will-change: width, left, z-index, height;
  position: absolute;
  width: 25%;
  min-height: 100vh;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips__strip:nth-child(1) {
  left: 0;
}
.strips__strip:nth-child(2) {
  left: 25vw;
}
.strips__strip:nth-child(3) {
  left: 50vw;
}
.strips__strip:nth-child(4) {
  left: 75vw;
}
.strips__strip:nth-child(1) .strip__content {
  background-image:url(/img/cp01.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-animation-name: strip1;
  animation-name: strip1;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.strips__strip:nth-child(2) .strip__content {
  background-image:url(/img/cp02.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-animation-name: strip2;
  animation-name: strip2;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.strips__strip:nth-child(3) .strip__content {
  background-image:url(/img/cp03.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-animation-name: strip3;
  animation-name: strip3;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.strips__strip:nth-child(4) .strip__content {
  background-image:url(/img/cp04.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-animation-name: strip4;
  animation-name: strip4;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media screen and (max-width: 760px) {
  .strips__strip {
    min-height: 20vh;
  }
  .strips__strip:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(2) {
    top: 20vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(3) {
    top: 40vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(4) {
    top: 60vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(5) {
    top: 80vh;
    left: 0;
    width: 100%;
  }
}
.strips .strip__content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.strips .strip__content:hover:before {
  -webkit-transform: skew(-30deg) scaleY(1) translate(0, 0);
  -ms-transform: skew(-30deg) scaleY(1) translate(0, 0);
  transform: skew(-30deg) scaleY(1) translate(0, 0);
  opacity: 1;
}
.strips .strip__content:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color:rgba(9,37,15,0.2);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: skew(-30deg) scale(3) translate(0, 0);
  -ms-transform: skew(-30deg) scale(3) translate(0, 0);
  transform: skew(-30deg) scale(3) translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips .strips__strip--expanded .strip__content:before {
  background-color:rgba(9,37,15,0.8);
}
.strips .strip__inner-text {
  /* will-change: transform, opacity;*/
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: 0px;
  left: 50%;
  width: 70%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips__strip--expanded {
  width: 100%;
  top: 0 !important;
  left: 0 !important;
  z-index: 3;
  cursor: default;
}
.strips__strip--expanded .strip__title {
  opacity: 0;
  display:none;
}
.strips__strip--expanded .strip__inner-text {
  opacity: 1;
  display:inline-block;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.strip__title {
  display: block;
  margin: 0;
  position: relative;
  z-index: 9;
  width: 100%;
  font-size: 3.5vw;
  color: white;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strip__close {
  position: absolute;
  right: 100px;
  top: 150px;
  font-size:30px;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.strip__close--show {
  opacity: 1;
}
@-webkit-keyframes strip1 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes strip1 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes strip2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip3 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes strip3 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip4 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes strip4 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip5 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes strip5 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



